|
|
|
|
RealWidth Property, CellClass Class |
Returns the physical width of the cell (not considering vertical/horizontal cell merging).
Syntax CellClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Overridable Property RealWidth As Integer |
C# |
public virtual int RealWidth { get; } |
C++ |
public: property virtual int RealWidth { |
Property Value
The physical width of the cell in pixels.
Comments
The RealWidth property returns the physical width of the cell (not considering vertical/horizontal cell merging).
The RealWidth property returns the width of the column containing this cell.
It is possible to add more cells to an item's cell collection than there are defined columns. In that case, any cells that are not part of a column will have a RealWidth property value of 0.
The Dimension property returns the actual size of the cell, including any merged, subordinate cells.